partial evaluation meaning in English
部分评分
Examples
- Dynamic methods can be used to implement partial evaluation by generating specialized methods at run time
动态方法可通过在运行时生成专用方法来实现分部计算。 - Partial evaluation , also known as program specialization , is a technique for optimizing algorithms where one or more of the input variables vary more slowly than the other inputs
分部计算(也称为程序专用化)是一种用于优化算法的技术,使用这种技术时一种或多种输入变量变化的速度会比其他输入的变化速度慢。 - This paper gives a merger dynamic and static technique of partial evaluation for procedural language and its formal description , and we have implemented a partial evaluator for like - pascal
摘要提出一种应用于过程式语言的动静态结合的部分求值技术,并给出该方法的形式描述。采用该方法,实现一个实验性的部分求值系统。 - Examples discussed in this section include serialization , mappings between objects and relational databases , regular expressions , partial evaluation , and compilers for languages that require runtimes
本节中讨论的示例包括序列化、对象和关系数据库之间的映射、正则表达式、分部计算,以及用于需要运行库的语言的编译器。 - Partial evaluation generates specialized method calls that treat the values of the slowly varying inputs as if they were constant , allowing additional optimizations to be applied to the algorithm as a whole
分部计算生成专用的方法调用,这种方法调用将缓慢变化的输入当作常数处理,从而能够将其他优化作为一个整体应用于该算法。